home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 1.iso / games / fibsw130.zip / INITFIBS.SCR < prev    next >
Text File  |  1994-05-31  |  576b  |  20 lines

  1. @echo 0
  2. @rem ************************************************************************
  3. @rem ****  initfibs.scr - Assumes that we are at main FIBS prompt.       ****
  4. @rem ****                 Sets required FIBS options.                           ****
  5. @rem ************************************************************************
  6.  
  7. @rem ** Initialize FIBS
  8.  
  9. @send "set boardstyle 3\r"
  10. @wait     "Value of" 50
  11. @wait "\n>"
  12. @if "%TimeZone%" != ""
  13. @   send "set timezone %TimeZone%\r"
  14. @   wait "Value of" 50
  15. @   wait "\n>"
  16. @endif
  17. @echo "\r\n*** CONNECTED ***\r\n>"
  18. @board 1
  19.  
  20.